Xbasic

FILE.DIR_GET Function

Syntax

Current_Directory as C = FILE.Dir_Get()

Returns

Current_DirectoryCharacter

Returns the path and name of the current directory.

Description

The FILE.DIR_GET() method returns the name of the current directory.

Example

? FILE.dir_get()
= "C:\Program Files (x86)\a5V12"

See Also